home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / starship.swf / scripts / DefineButton2_247 / BUTTONCONDACTION on(keyPress R).as next >
Text File  |  2010-03-13  |  79b  |  5 lines

  1. on(keyPress "R"){
  2.    _root.world.ship.gotoAndPlay(1);
  3.    gotoAndPlay(1);
  4. }
  5.